home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-2 / card_37972.txt < prev    next >
Text File  |  1990-08-07  |  4KB  |  104 lines

  1. -- card: 37972 from stack: in.0-2
  2. -- bmap block id: 4865
  3. -- flags: 0000
  4. -- background id: 36952
  5. -- name: Show History
  6. ----- HyperTalk script -----
  7. -- This handler stores the name of the last card.
  8. on goBack
  9.   go cd "Definitions of " of stack "Intro to HyperCard 2.0"
  10. end goBack
  11.  
  12.  
  13. -- part 5 (field)
  14. -- low flags: 81
  15. -- high flags: 0007
  16. -- rect: left=0 top=0 right=73 bottom=512
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 0
  20. -- font id: 3
  21. -- text size: 9
  22. -- style flags: 0
  23. -- line height: 12
  24. -- part name: Text
  25.  
  26.  
  27. -- part 4 (field)
  28. -- low flags: 01
  29. -- high flags: 0000
  30. -- rect: left=67 top=89 right=220 bottom=415
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 0
  34. -- font id: 174
  35. -- text size: 14
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: TextDisplay
  39.  
  40.  
  41. -- part 6 (button)
  42. -- low flags: 00
  43. -- high flags: 0000
  44. -- rect: left=51 top=64 right=224 bottom=428
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: wind
  53.  
  54.  
  55. -- part 3 (button)
  56. -- low flags: 00
  57. -- high flags: 0000
  58. -- rect: left=58 top=66 right=81 bottom=78
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: closebox
  67. ----- HyperTalk script -----
  68. -- This handler sets the cursor to simulate a real closeBox.
  69. on mouseEnter
  70.   set the cursor to "arrow"
  71. end mouseEnter
  72.  
  73. -- This handler sets the cursor to simulate a real closeBox.
  74. on mouseWithIn
  75.   repeat until the mouse is down or the mouseLoc is not within the rect of me
  76.     set the cursor to "arrow"
  77.   end repeat
  78.   if the mouse is down then
  79.     send mouseUp to me
  80.   end if
  81. end mouseWithIn
  82.  
  83. -- This handler simulates clicking in a closeBox.
  84. on mouseUp
  85.   set the icon of me to "closeBoxIcon"
  86.   wait 15
  87.   set the icon of me to 0
  88.   goBack
  89. end mouseUp
  90.  
  91.  
  92. -- part contents for card part 5
  93. ----- text -----
  94. [0] 
  95. [1] The birth of Hypermedia is usually placed in 1947,when Vannever Bush, an engineer, proposed a machine he called the ‚Äúmemex.‚Äù The memex, never built, would have taken advantage of then-modern technologies (like microfiche) to allow people to browse through text and graphics in associative ways.
  96. [2] In 1963 Douglas Englebart, working at the Stanford Research Institute and influenced by the ideas of Vannever Bush, proposed a ‚ÄúConceptual Framework for the augmentation of man‚Äôs intellect.‚Äù He believed that computers, because of their speed and power, could be used to enhance and extend human communication.
  97. [3] Ted Nelson coined the term ‚Äúhypertext‚Äù in 1965. He had been thinking about structuring different documents in ways that would allow people to move freely through the documents, following & recording their interests and associations, and so building their own documents.
  98. [4] In 1968, Douglas Englebart and W.K. English created NLS (oN Line System), an experimental hypertext tool. NLS contained a large database of information, and allowed its users to see the information organized in several different ways, depending upon their needs.
  99. [5] HyperCard, developed by Bill Atkinson, an Apple fellow, was released in 1987, and quickly became the most widely used Hypermedia system. Its ease of use and many features (like MacPaint tools and HyperTalk, its programming language) helped to move Hypermedia out of research and into businesses and homes.
  100. [6]
  101.  
  102. -- part contents for card part 4
  103. ----- text -----
  104. HyperCard, developed by Bill Atkinson, an Apple fellow, was released in 1987, and quickly became the most widely used Hypermedia system. Its ease of use and many features (like painting tools and HyperTalk, its programming language) helped to move Hypermedia out of research and into businesses and homes.